USNH Financial Reports: FY2008
Fiscal Period: 13th Month
Reports.
Please note that most of these reports are 10-20 megabytes in
size and may take substantial time to load.
<%
''''''''''''''''''''''''''
dim fs,fo,i
dim homepage
homepage="index.asp"
set fs = Server.CreateObject("Scripting.FileSystemObject")
set fo = fs.GetFolder("E:\mr2\data\Finance\FY2008\Fiscal-Period-13th-Month")
for each i in fo.files
if homepage <> i.Name then
'Print the name of all files in the test folder.
Response.write("- " & i.Name & "
")
end if
next
set fo=nothing
set fs=nothing
''''''''''''''''''''''''''
%>
Return to
USNH Enterprise Systems Gateway
|